Crate aws_smithy_http
source ·Expand description
Core HTTP primitives for service clients generated by smithy-rs including:
- HTTP Body implementation
- Endpoint support
- HTTP header deserialization
- Event streams
Feature | Description |
---|---|
rt-tokio | Provides features that are dependent on tokio including the ByteStream::from_path util |
event-stream | Provides Sender/Receiver implementations for Event Stream codegen. |
Modules§
- Code for resolving an endpoint (URI) that a request should be sent to
- event_
stream event-stream
Provides Sender/Receiver implementations for Event Stream codegen. - Utilities for parsing information from headers
- Formatting values as Smithy httpLabel
- Deprecated metadata type.
- Utilities for writing Smithy values into a query string.